home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Programare / winhex / Text file conversion Windows - UNIX.whs < prev    next >
Text File  |  2005-05-02  |  267b  |  7 lines

  1. // WinHex sample script that converts a Windows text file into a UNIX text file.
  2. // The representation of line breaks differs in both systems.
  3. // Can only be executed by the evaluation version if unchanged.
  4.  
  5. ExitIfNoFilesOpen
  6. CreateBackup
  7. ReplaceAll 0x0D0A 0x0A